home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TACTMODEFORM / TACTMODEFORM.txt
Text File  |  2004-10-12  |  3KB  |  144 lines

  1. object ActModeForm: TActModeForm
  2.   Left = 190
  3.   Top = 71
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Machine Mode'
  6.   ClientHeight = 342
  7.   ClientWidth = 408
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Pic: TImage
  22.     Left = 16
  23.     Top = 16
  24.     Width = 150
  25.     Height = 265
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 288
  30.     Width = 390
  31.     Height = 2
  32.     Shape = bsTopLine
  33.   end
  34.   object cbMode: TRadioGroup
  35.     Left = 192
  36.     Top = 22
  37.     Width = 201
  38.     Height = 89
  39.     Caption = 'The Bat! should act as:'
  40.     Items.Strings = (
  41.       '&Workstation with TCP/IP'
  42.       '&TCP/IP or Dial-out Server'
  43.       '&Non-TCP/IP Workstation')
  44.     TabOrder = 0
  45.     OnClick = cbModeClick
  46.   end
  47.   object bOK: TButton
  48.     Left = 160
  49.     Top = 304
  50.     Width = 89
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object bCancel: TButton
  58.     Left = 264
  59.     Top = 304
  60.     Width = 89
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67.   object bBack: TButton
  68.     Left = 64
  69.     Top = 304
  70.     Width = 89
  71.     Height = 25
  72.     HelpContext = 12006
  73.     Caption = '<   &Back'
  74.     Enabled = False
  75.     TabOrder = 3
  76.     Visible = False
  77.   end
  78.   object nbCaptions: TNotebook
  79.     Left = 192
  80.     Top = 120
  81.     Width = 201
  82.     Height = 161
  83.     PageIndex = 1
  84.     TabOrder = 4
  85.     object TPage
  86.       Left = 0
  87.       Top = 0
  88.       Caption = 'StandAlone'
  89.       object lAlone: TLabel
  90.         Left = 0
  91.         Top = 0
  92.         Width = 201
  93.         Height = 153
  94.         Align = alTop
  95.         AutoSize = False
  96.         Caption = 
  97.           'Stand-alone mode: The Bat! acts as a generic e-mail client in th' +
  98.           'is mode. Generic e-mail client must have a connection with its m' +
  99.           'ail (POP/SMTP) server which can be located either inside the cor' +
  100.           'porate network or somewhere in the Internet. '
  101.         WordWrap = True
  102.       end
  103.     end
  104.     object TPage
  105.       Left = 0
  106.       Top = 0
  107.       Caption = 'Server'
  108.       object lServer: TLabel
  109.         Left = 0
  110.         Top = 0
  111.         Width = 201
  112.         Height = 153
  113.         Align = alTop
  114.         AutoSize = False
  115.         Caption = 
  116.           'Server mode: When computers of a local network have no access to' +
  117.           ' the Internet or there is no local mail (POP/SMTP) server, The B' +
  118.           'at! in the server mode can replace a mail server for such a netw' +
  119.           'ork. '
  120.         WordWrap = True
  121.       end
  122.     end
  123.     object TPage
  124.       Left = 0
  125.       Top = 0
  126.       Caption = 'Client'
  127.       object lClient: TLabel
  128.         Left = 0
  129.         Top = 0
  130.         Width = 201
  131.         Height = 153
  132.         Align = alTop
  133.         AutoSize = False
  134.         Caption = 
  135.           'Client mode: The Bat! in the client mode uses neither Internet n' +
  136.           'or local connection to a mail (POP/SMTP) server for E-Mail excha' +
  137.           'nge. It uses The Bat! in the server mode within the network to w' +
  138.           'hich it belongs. '
  139.         WordWrap = True
  140.       end
  141.     end
  142.   end
  143. end
  144.